type net/http.connectMethod
10 uses
net/http (current package)
transport.go#L974: func (t *Transport) connectMethodForRequest(treq *transportRequest) (cm connectMethod, err error) {
transport.go#L986: func (cm *connectMethod) proxyAuth() string {
transport.go#L1301: cm connectMethod
transport.go#L1484: func (t *Transport) getConn(treq *transportRequest, cm connectMethod) (_ *persistConn, err error) {
transport.go#L1736: func (t *Transport) dialConn(ctx context.Context, cm connectMethod) (pconn *persistConn, err error) {
transport.go#L1992: type connectMethod struct {
transport.go#L2003: func (cm *connectMethod) key() connectMethodKey {
transport.go#L2021: func (cm *connectMethod) scheme() string {
transport.go#L2029: func (cm *connectMethod) addr() string {
transport.go#L2038: func (cm *connectMethod) tlsHost() string {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)